home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-10.gz / 1994-10 / 000217_owner-amiga@netbsd.org_Tue Oct 11 15:53:26 1994.msg < prev    next >
Text File  |  1994-11-20  |  2KB  |  42 lines

  1. From: "Jukka Marin" <jmarin@muikku.jmp.fi>
  2. Subject: MAXUSERS - not properly set?
  3. To: amiga@netbsd.org (NetBSD list)
  4. X-Mailer: ELM [version 2.4 PL23]
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. Content-Length: 1209      
  9. Sender: owner-amiga@netbsd.org
  10.  
  11. I ran out of process table entries today when testing screen.
  12.  
  13. I had kernel configured for 48 users (changed that to 64 today) which
  14. should allow for 788 processes; param.c:
  15.  
  16. #define NPROC (20 + 16 * MAXUSERS)
  17.  
  18. My Makefile correctly lists the MAXUSERS value (now set to 64):
  19.  
  20. PARAM=-DMAXUSERS=64
  21.  
  22. However, when compiling the kernel, I never saw this symbol being defined
  23. on the command lines.  I don't know how the Makefile is supposed to work,
  24. but obviously MAXUSERS isn't being set correctly and the size of process
  25. table is set to a MUCH smaller value than I expected.
  26.  
  27. I think I will manually edit the Makefile to get a new kernel, but this
  28. problem should be fixed, IMHO (in case it's a real problem and not me
  29. doing something wrong).
  30.  
  31.   Jukka
  32.  
  33.  
  34. -- 
  35.  
  36. | Mail:  Jukka Marin         |     E-Mail:           jmarin@muikku.jmp.fi |
  37. |        Metsurintie 17 B 8  |     FAX/voice:        +358 71 283 2793     |
  38. |        70150 Kuopio        | There's God above computers -              |
  39. |        FINLAND             |                       Love beyond the hate |
  40.  \                                                                       /
  41.   \ If a train station is where the train stops, what is a workstation? /
  42.